home *** CD-ROM | disk | FTP | other *** search
/ Win 50 Game+ Vol. 7 (Japan) / Win 50 Game+ Vol. 7 (Japan).7z / Win 50 Game+ Vol. 7 (Japan).bin / lha_file / sheep11_.lzh / SH11SRC.LZH / MGMAIN.DFM / MGMAIN.txt < prev   
Text File  |  1996-05-30  |  3KB  |  137 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 190
  4.   Width = 408
  5.   Height = 396
  6.   Caption = 'ShepheldBoy 1.1'
  7.   Color = clGreen
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 96
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnMouseMove = FormMouseMove
  19.   OnResize = FormResize
  20.   TextHeight = 18
  21.   object MainMenu1: TMainMenu
  22.     Left = 48
  23.     Top = 32
  24.     object Game1: TMenuItem
  25.       Caption = '&Game'
  26.       object New1: TMenuItem
  27.         Caption = '&New'
  28.         OnClick = New1Click
  29.       end
  30.       object N1: TMenuItem
  31.         Caption = '-'
  32.       end
  33.       object Exit1: TMenuItem
  34.         Caption = 'E&xit'
  35.         OnClick = Exit1Click
  36.       end
  37.     end
  38.     object Options1: TMenuItem
  39.       Caption = '&Options'
  40.       object Speed1: TMenuItem
  41.         Caption = 'S&peed'
  42.         object Slow1: TMenuItem
  43.           Tag = 3
  44.           Caption = '&Slow'
  45.           OnClick = speedClick
  46.         end
  47.         object Mid1: TMenuItem
  48.           Tag = 6
  49.           Caption = '&Mid'
  50.           Checked = True
  51.           OnClick = speedClick
  52.         end
  53.         object Fast1: TMenuItem
  54.           Tag = 8
  55.           Caption = '&Fast'
  56.           OnClick = speedClick
  57.         end
  58.         object Veryfast1: TMenuItem
  59.           Tag = 13
  60.           Caption = '&Veryfast'
  61.           OnClick = speedClick
  62.         end
  63.       end
  64.       object Sheep1: TMenuItem
  65.         Caption = '&Sheep'
  66.         object N20sheep1: TMenuItem
  67.           Tag = 20
  68.           Caption = '&20 sheep'
  69.           OnClick = sheepClick
  70.         end
  71.         object N30sheep1: TMenuItem
  72.           Tag = 30
  73.           Caption = '&30 sheep'
  74.           Checked = True
  75.           OnClick = sheepClick
  76.         end
  77.         object N50sheep1: TMenuItem
  78.           Tag = 50
  79.           Caption = '&50 sheep'
  80.           OnClick = sheepClick
  81.         end
  82.         object N100sheep1: TMenuItem
  83.           Tag = 100
  84.           Caption = '1&00 sheep'
  85.           OnClick = sheepClick
  86.         end
  87.       end
  88.       object Timer2: TMenuItem
  89.         Caption = 'Timer'
  90.         GroupIndex = 9
  91.         object N60sec1: TMenuItem
  92.           Tag = 1159
  93.           Caption = '&60 sec'
  94.           OnClick = timeClick
  95.         end
  96.         object N120sec1: TMenuItem
  97.           Tag = 2299
  98.           Caption = '1&20 sec'
  99.           Checked = True
  100.           OnClick = timeClick
  101.         end
  102.         object N180sec1: TMenuItem
  103.           Tag = 3439
  104.           Caption = '1&80 sec'
  105.           OnClick = timeClick
  106.         end
  107.         object N300sec1: TMenuItem
  108.           Tag = 5719
  109.           Caption = '&300 sec'
  110.           OnClick = timeClick
  111.         end
  112.       end
  113.     end
  114.     object Help1: TMenuItem
  115.       Caption = '&Help'
  116.       object Index1: TMenuItem
  117.         Caption = '&Index'
  118.         OnClick = Index1Click
  119.       end
  120.       object About1: TMenuItem
  121.         Caption = '&About'
  122.         OnClick = About1Click
  123.       end
  124.     end
  125.     object Score1: TMenuItem
  126.       Caption = '0/0 T:120'
  127.       GroupIndex = 9
  128.     end
  129.   end
  130.   object Timer1: TTimer
  131.     Interval = 50
  132.     OnTimer = Timer1Timer
  133.     Left = 48
  134.     Top = 72
  135.   end
  136. end
  137.